org.eclipse.vtp.framework.spi
Interface IRunnableCommandVisitor
- All Superinterfaces:
- ICommandVisitor
- All Known Implementing Classes:
- DeploymentExecution
public interface IRunnableCommandVisitor
- extends ICommandVisitor
A visitor for the base runnable command.
- Author:
- Lonnie Pryor
visitRunnable
java.lang.Object visitRunnable(IRunnableCommand runnableCommand)
throws java.lang.NullPointerException
- Called when passed to a runnable command.
- Parameters:
runnableCommand - The command to visit.
- Returns:
- An implementation-specific result.
- Throws:
java.lang.NullPointerException - If the supplied command is null.